PythonEntityBase
PythonEntity
PythonEntity | This constructor is Private since this class should be constructed with the shared methods on the class. |
BooleanValue (console safe) | Returns Boolean value from the entity. |
DictionaryValue (console safe) | Returns PythonDictionary value from the entity. |
DoubleValue (console safe) | Returns Double value from the entity. |
Int32Value (console safe) | Returns 32 bit signed integer value from the entity. |
Int64Value (console safe) | Returns 64 bit signed integer value from the entity. |
IsBoolean (console safe) | Returns true if the entity contains Boolean, else false. |
IsDictionary (console safe) | Returns true if the entity contains Dictionary, else false. |
IsDouble (console safe) | Returns true if the entity contains Double number, else false. |
IsInteger (console safe) | Returns true if the value is integer. |
IsList (console safe) | Returns true if the entity contains List, else false. |
IsObject (console safe) | Returns true if the value stores an object. |
IsString (console safe) | Returns true if the entity contains String, else false. |
IsTuple (console safe) | Returns true if the entity contains Tuple, else false. |
ObjectValue (console safe) | Returns Object value from the entity. |
StringValue (console safe) | Returns String value from the entity. |
TupleValue (console safe) | Returns PythonParameters value which represents a Tuple from the entity. |
UInt64Value (console safe) | Returns 64 bit unsigned integer value from the entity. |
shared FromBoolean | Constructs PythonEntity from a Boolean value. |
shared FromDouble | Constructs PythonEntity from a Double value. |
shared FromInt32 | Returns true if the value of the entity fits in 32 bit integer. |
shared FromInt64 | Constructs Python3Entity from a Int64 value. |
shared FromObject | Constructs Python3Entity from a Xojo Object value. |
shared FromString | Constructs Python3Entity from a String value. |
shared FromUInt64 | Constructs Python3Entity from a UInt64 value. |